@charset "UTF-8";
/* header */
.header{position:fixed;height:50px;background:#0F7EC3;width:100%;z-index:9999;}
.header .logo{display:block;width:240px;height:30px;}
.header .logo img{display:block;width:100%;}
.header .search{position:absolute;top:0;right:60px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-search.png) no-repeat center center;background-size:80%;}
.header .search span{display:none;}
.header .user-icon{position:absolute;top:0;right:110px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-user.png) no-repeat center center;background-size:82%;}
.header .user-icon span{display:none;}
.header .back{position:absolute;top:0;left:0;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-back.png) no-repeat center center;background-size:12px 20px;}
